/* 头部 */
.navBox {
    min-width: 1200px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    height: 650px;
    /*padding-bottom: 30px;*/
    /*background-color: #297F8E;*/
    background-color: #6D6D6D;
    position: relative;
}

.navSlide,
.navImg {
    height: 650px;
    overflow: hidden;
}

.navImg img {
    display: block;
    height: 650px;
}

.calendar {
    position: absolute;
    width: 200px;
    padding-top: 4px;
    height: 36px;
    padding-left: 46px;
    background: url(../../images/2021/date.png) no-repeat left top;
    color: #fff;
    left: 70px;
    top: 0;
    line-height: 36px;
    overflow: hidden;
    z-index: 1000;
}

#time {
    width: 175px;
    height: 36px;
}

.timeClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 40px;
    cursor: pointer;
    z-index: 1001;
}

.slideBtn {
    cursor: pointer;
    position: absolute;
    background: url(../../images/2021/nplay.png) no-repeat center;
    width: 48px;
    height: 48px;
    top: 36px;
    right: 36px;
    z-index: 1000;
}

.slideBtn.play {
    background: url(../../images/2021/play.png) no-repeat center;
    z-index: 1000;
}

.logo {
    width: 720px;
    height: 160px;
    top: 150px;
    position: absolute;
    left: 0;
    right: 0;
    *left: 50%;
    margin-left: auto;
    *margin-left: -360px;
    margin-right: auto;
    background: url(../../images/2021/logo.png) no-repeat center;
    z-index: 1000;
}

.bannerText {
    position: absolute;
    width: 1262px;
    height: 72px;
    background: url(../../images/2021/bannerText.png) no-repeat center;
    left: 50%;
    margin-left: -631px;
    bottom: 180px;
}

.searchBox {
    position: absolute;
    top: 320px;
    width: 600px;
    height: 58px;
    left: 0;
    right: 0;
    *left: 50%;
    margin-left: auto;
    *margin-left: -300px;
    margin-right: auto;
    background: url(../../images/2021/search.png) no-repeat center;
    z-index: 1000;
}

.searchBox form {
    display: block;
    height: 58px;
}

.nav {
    height: 82px;
    width: 1200px;
    top: 568px;
    position: absolute;
    left: 0;
    right: 0;
    *left: 50%;
    margin-left: auto;
    *margin-left: -600px;
    margin-right: auto;
    background: url(../../images/2021/navBg.png) no-repeat center bottom;
    z-index: 1000;
}

.navList {
    padding-top: 30px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
}

.navList li {
    padding: 0 33px;
    text-align: center;
    float: left;
    line-height: 52px;
    font-size: 22px;
    color: #fff;
}

.navList li:hover {
    line-height: 50px;
    border-bottom: 2px solid #FA9902;
}

.navList li.first {
    padding-left: 60px;
}

.navList li a {
    color: #fff;
}

/* footer */
.footer {
    min-width: 1200px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.footerTop {
    height: 31px;
    min-width: 1200px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -31px;
    background: url(../../images/2021/ftb.png) no-repeat center bottom;
}

.footerMain {
    min-width: 1200px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    height: 220px;
    background-color: #287E8D;
}

.footerBox {
    padding-top: 25px;
    width: 1200px;
    height: 175px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.footerBox p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}

.footerBox p.line span {
    border-bottom: 1px solid #fff;
}

.footerBox p span,
.footerBox p a {
    color: #fff;
}

.kmLogo {
    margin-left: 539px;
    display: block;
    background: url(http://kmjn.gov.cn/images/km-logo.png) no-repeat center;
    width: 122px;
    height: 40px;
}

.kmLogo a {
    display: block;
    width: 122px;
    height: 40px;
}

.selectBox {
    height: 48px;
    position: relative;
    z-index: 1000;
}

.dzjg {
    width: 60px;
    height: 66px;
    position: absolute;
    left: 150px;
    top: 60px;
}

.paoguang {
    display: block;
    width: 110px;
    height: 48px;
    position: absolute;
    right: 123px;
    top: 60px;
    background-color: #fff;
}

.rightSide {
    position: fixed;
    width: 110px;
    text-align: center;
    line-height: 110px;
    top: 200px;
    right: 120px;
}

.rightSide .weibo,
.rightSide .weixin {
    width: 110px;
    position: relative;
    height: 60px;
    z-index: 1002;
    cursor: pointer;
}

.rightSide .weibo>img,
.rightSide .weixin>img {
    position: absolute;
    top: 0;
    left: 25px;
    width: 60px;
    height: 60px;
    z-index: 1003;
}

.hoverShow {
    position: absolute;
    width: 110px;
    height: 140px;
    background-color: #fff;
    display: none;
}

.weibo .hoverShow {
    bottom: 20px;
    left: 0;
    z-index: 1001;
}

.weixin .hoverShow {
    top: 40px;
    left: 0;
    z-index: 1001;
}

.weibo:hover .hoverShow {
    display: block;
}

.weixin:hover .hoverShow {
    display: block;
}

#inputText {
    width: 476px;
    padding-left: 10px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    background: none;
    border: none;
    outline: none;
    color: #000;
}

#submit {
    width: 114px;
    height: 58px;
    line-height: 58px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #FF9C06;
}

#_span_jiucuo {
    display: block;
    width: 110px;
    height: 48px;
    position: absolute;
    right: 123px;
    top: 120px;
}

.slh {
    width: 110px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 60px;
}

.slh img {
    width: 110px;
    height: 55px;
}

@media screen and (max-width:1200px) {
    .rightSide {
        display: none;
    }
}

.rightSide .wenda {
    position: relative;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background: url(/images/2021/qaS.png) no-repeat center;
}

.wenda:hover {
    width: 160px;
    background: url(/images/2021/wendaSH.png) no-repeat center;
}

.wenda .text {
    display: none;
    color: #fff;
    width: 160px;
    font-size: 16px;
}

.wenda .text a {
    color: #fff;
    padding-left: 20px
}

.wenda:hover .text {
    display: block;
}

.wzacj {
    position: absolute;
    top: 20px;
    right: 100px;
    font-size: 16px;
}

.wzacj a {
    color: #fff;
    padding: 0 8px;
    text-decoration: blink;
}
/*灰白化*/
.logos{ width: 720px !important;height: 160px !important;top: 150px;position: absolute;left: 0;right: 0;left: 50%;margin-left: auto;margin-left: -360px;margin-right: auto; }
.zhrmghg_logo{ width: 87px;height: 160px;background: url(../../images/2021/logo.png) no-repeat left;z-index: 1000;float: left; }
.logo_wz{ width: 620px !important;height: 160px !important;background: url(../../images/2021/logo.png) no-repeat -80px center;z-index: 1000;left:80px;position: absolute; }